</para>
@button: The #GtkButton you want to send the signal to.
+@Deprecated: 2.20: Use the #GtkWidget::button-press-event signal.
<!-- ##### FUNCTION gtk_button_released ##### -->
</para>
@button: The #GtkButton you want to send the signal to.
+@Deprecated: 2.20: Use the #GtkWidget::button-release-event signal.
<!-- ##### FUNCTION gtk_button_clicked ##### -->
@button: The #GtkButton you want to send the signal to.
+
<!-- ##### FUNCTION gtk_button_enter ##### -->
<para>
Emits a #GtkButton::enter signal to the given #GtkButton.
</para>
@button: The #GtkButton you want to send the signal to.
+@Deprecated: 2.20: Use the #GtkWidget::enter-notify-event signal.
<!-- ##### FUNCTION gtk_button_leave ##### -->
</para>
@button: The #GtkButton you want to send the signal to.
+@Deprecated: 2.20: Use the #GtkWidget::leave-notify-event signal.
<!-- ##### FUNCTION gtk_button_set_relief ##### -->
#if IN_HEADER(__GTK_BUTTON_H__)
#if IN_FILE(__GTK_BUTTON_C__)
gtk_button_clicked
+#ifndef GTK_DISABLE_DEPRECATED
gtk_button_enter
+#endif
gtk_button_get_alignment
gtk_button_get_focus_on_click
gtk_button_get_image
gtk_button_get_type G_GNUC_CONST
gtk_button_get_use_stock
gtk_button_get_use_underline
+#ifndef GTK_DISABLE_DEPRECATED
gtk_button_leave
+#endif
gtk_button_new
gtk_button_new_from_stock
gtk_button_new_with_label
gtk_button_new_with_mnemonic
+#ifndef GTK_DISABLE_DEPRECATED
gtk_button_pressed
gtk_button_released
+#endif
gtk_button_set_alignment
gtk_button_set_focus_on_click
gtk_button_set_image
GtkWidget* gtk_button_new_with_label (const gchar *label);
GtkWidget* gtk_button_new_from_stock (const gchar *stock_id);
GtkWidget* gtk_button_new_with_mnemonic (const gchar *label);
+#ifndef GTK_DISABLE_DEPRECATED
void gtk_button_pressed (GtkButton *button);
void gtk_button_released (GtkButton *button);
+#endif
void gtk_button_clicked (GtkButton *button);
+#ifndef GTK_DISABLE_DEPRECATED
void gtk_button_enter (GtkButton *button);
void gtk_button_leave (GtkButton *button);
+#endif
void gtk_button_set_relief (GtkButton *button,
GtkReliefStyle newstyle);